ContentDisposition Class

Class ContentDisposition.

Definition

Namespace: Independentsoft.Email.Mime
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class ContentDisposition
Inheritance
Object    ContentDisposition

Constructors

ContentDisposition Initializes a new instance of the ContentDisposition class.
ContentDisposition(ContentDispositionType) Initializes a new instance of the ContentDisposition class.
ContentDisposition(String) Initializes a new instance of the ContentDisposition class.

Properties

Parameters Gets the parameters.
Type Gets or sets the type.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns a String that represents this instance.
(Overrides ObjectToString)

See Also